Skip to content

gh-155358: Use named attributes with test.support.script_helper - #155367

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:tuple_api_script_helper
Aug 10, 2026
Merged

gh-155358: Use named attributes with test.support.script_helper#155367
vstinner merged 1 commit into
python:mainfrom
vstinner:tuple_api_script_helper

Conversation

@vstinner

@vstinner vstinner commented Aug 7, 2026

Copy link
Copy Markdown
Member

Replace assert_python_ok() result:

  • proc[0] => proc.rc
  • proc[1] => proc.out
  • proc[2] => proc.err

Replace assert_python_ok() result:

* proc[0] => proc.rc
* proc[1] => proc.out
* proc[2] => proc.err
@vstinner
vstinner requested a review from AA-Turner as a code owner August 7, 2026 20:55
@bedevere-app bedevere-app Bot added tests Tests in the Lib/test dir awaiting core review labels Aug 7, 2026
@vstinner
vstinner merged commit 38235c0 into python:main Aug 10, 2026
91 of 93 checks passed
@vstinner
vstinner deleted the tuple_api_script_helper branch August 10, 2026 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant